home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global gRegionName
- set the visible of sprite 3 to 0
- if gRegionName = "ST" then
- set the visible of sprite 48 to 0
- end if
- end
-
- on exitFrame
- global gPDAActivated, gRegionName, gQTVRNode, gStartVR, gPDAPict
- if gRegionName = "BB" then
- set the castNum of sprite 3 to 4991
- else
- if gRegionName = "PW" then
- set the castNum of sprite 3 to 4992
- set the loc of sprite 3 to point(the stageLeft + 27, the stageTop + 226)
- else
- if gRegionName = "PL" then
- set the castNum of sprite 3 to 4993
- set the loc of sprite 3 to point(the stageLeft + 27, the stageTop + 226)
- else
- if gRegionName = "ST" then
- end if
- end if
- end if
- end if
- if gRegionName = "ST" then
- set the visible of sprite 3 to 0
- else
- if gRegionName = ("PW" or "PL" or "BB") then
- set the visible of sprite 3 to 1
- end if
- end if
- updateStage()
- put line 1 to 2 of field "Region Help Rollover Text" into field "Region Help Text"
- set the text of field "PDA location list" to "This text is updated by selecting a category from the pull down menu above."
- if the castNum of sprite 48 <> 0 then
- if the type of member the castNum of sprite 48 = #digitalVideo then
- set the movieRate of sprite 48 to 0
- set the movieTime of sprite 48 to 0
- updateStage()
- set the video of member the castNum of sprite 48 to 0
- set the visible of sprite 48 to 0
- set the loc of sprite 48 to point(-1290, -1240)
- updateStage()
- updateStage()
- end if
- end if
- set gPDAPict to 0
- set gPDAActivated to 1
- set gQTVRNode to 1
- puppetSprite(5, 1)
- set the castNum of sprite 5 to the number of member (gRegionName & ".Regional InfoText")
- set the loc of sprite 5 to point(37, 208)
- set the scrollTop of member (gRegionName & ".Regional InfoText") to 0
- puppetSprite(9, 0)
- puppetTransition(7, 2, 10)
- puppetSound(3, "menuon4")
- updateStage()
- unLoad()
- end
-